From d1dd2fe368b110e425b1ba3722a0f40e40d6a549 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 27 Oct 2002 23:00:42 +0000 Subject: [PATCH] (sh-mode-syntax-table): Don't make ^L end-of-comment syntax. --- lisp/progmodes/sh-script.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 35e72199a73..d6592cbc603 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -395,7 +395,6 @@ the car and cdr are the same symbol.") (defvar sh-mode-syntax-table '((sh eval sh-mode-syntax-table () ?\# "<" - ?\^l ">#" ?\n ">#" ?\" "\"\"" ?\' "\"'" -- 2.30.2